home *** CD-ROM | disk | FTP | other *** search
/ Asia X / Asia X.iso / mac / SHARED.DIR / 00187.ls < prev    next >
Encoding:
Text File  |  1995-08-23  |  135 b   |  10 lines

  1. on mouseUp
  2.   global g_num_pics
  3.   mouseClick()
  4.   if the frame = 65 then
  5.     go(label("SEND"))
  6.   else
  7.     go(the frame - 1)
  8.   end if
  9. end
  10.